home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / processsecurity.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.7 KB  |  42 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Process Security - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">PROCESS SECURITY</h1>
  16. <br />
  17. On UNIX like platforms is possible to change user identifier and group identifier for the MyServer process after it has binded 
  18. the necessary ports(only root can bind ports < 1024).
  19. <br />
  20.  
  21. <h2 class="title">Process user identifier</h2>
  22. Using a line like the following in the myserver.xml file will make myserver change its user identifier to the one specified:
  23. <br />
  24. <span class="code"><PROCESS_USER_ID>PID</PROCESS_USER_ID></span><br/>
  25. where <span class="code">PID</span> is the user identifier to use.
  26.  
  27. <br />
  28.  
  29. <h2 class="title">Process group identifier</h2>
  30. Using a line like the following in the myserver.xml file will make myserver change its group identifier to the one specified:
  31. <br />
  32. <span class="code"><PROCESS_GROUP_ID>GID</PROCESS_GROUP_ID></span><br/>
  33. where <span class="code">GID</span> is the group identifier to use.
  34. <br />
  35. <br />
  36. <span class="warning">Warning:</span> When one of these features is used the autoreboot will be not used by MyServer, as it 
  37. can't get back old permissions again.
  38. </td>
  39. </tr>
  40. </table>
  41. </body>
  42. </html>